time.absDays.date (method)
6 uses
time (current package)
format.go#L579: year, month, day := abs.days().date()
format.go#L694: year, month, day = days.date()
format_rfc3339.go#L22: year, month, day := abs.days().date()
time.go#L747: func (days absDays) date() (year int, month Month, day int) {
time.go#L813: return t.absSec().days().date()
time.go#L1943: year, month, day = d.date()
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |